-
Notifications
You must be signed in to change notification settings - Fork 734
[nrf noup] ci: Trim the Gazell change scope #1285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
leewkb4567
wants to merge
421
commits into
nrfconnect:main
from
leewkb4567:dev_ci_test_spec_no_gazell
Closed
[nrf noup] ci: Trim the Gazell change scope #1285
leewkb4567
wants to merge
421
commits into
nrfconnect:main
from
leewkb4567:dev_ci_test_spec_no_gazell
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
guwa
approved these changes
Aug 24, 2023
203eb27 to
b6238e2
Compare
67e0f2c to
a6ff472
Compare
Contributor
Author
|
Rebase to current main. |
… size Adding variable static auth size support to be compatible both mesh 1.0.1 and mesh 1.1. Upstream PR: zephyrproject-rtos/zephyr#63440 Signed-off-by: Alperen Şener <[email protected]> (cherry picked from commit cafad74)
…ecific path Added run-time BT_CENTRAL role check for the path that was central specific and did not have such check. When multi-role BT device tried to pair without bonding (peripheral role) while already previously bonded with the same device on another Bluetooth identity, pairing failed. It executed central-specific code, which should not be executed in case when the device acts as peripheral (as it is even opt-out from code when CONFIG_BT_CENTRAL is not enabled). Signed-off-by: Mateusz Kapala <[email protected]> (cherry picked from commit 7a1b194) (cherry picked from commit bbb6843)
… test Added fail on pairing_failed callback for both central and peripheral. Added pairing status checks in peripheral. It has been done to test the case when multi-role BT device tried to pair without bonding (peripheral role) while already previously bonded with the same device on another Bluetooth identity as it seems that there was an issue with it previously. Signed-off-by: Mateusz Kapala <[email protected]> (cherry picked from commit 3c0c634) (cherry picked from commit 1f6d361)
Add MCUBOOT_BOOTLOADER_MODE_OVERWRITE_ONLY mode. (cherry picked from commit 5d28fde) Signed-off-by: Dominik Ermel <[email protected]> (cherry picked from commit 0d08e4d)
…nition Specification for MCUmgr OS group command allowing to query for bootloader information. Provide information on supported MCUboot parameters query by MCUmgr group OS. (cherry picked from commit 7668b4f) Signed-off-by: Dominik Ermel <[email protected]> (cherry picked from commit ccae85c)
Note on CONFIG_MCUBOOT_BOOTLOADER_MODE_OVERWRITE_ONLY. (cherry picked from commit 83d69f5) Signed-off-by: Dominik Ermel <[email protected]> (cherry picked from commit 58706ac)
Adds command allowing to query information on bootloader. In this case support is provided to query MCUboot information. (cherry picked from commit e483544) Signed-off-by: Dominik Ermel <[email protected]> (cherry picked from commit cbe3d5f)
For RTC0 events the RTC1 pretick event was not cleared what caused the WDT to be not stopped. This resulted in increased power usage. Upstream PR: zephyrproject-rtos/zephyr#63597 Signed-off-by: Andrzej Kuroś <[email protected]> (cherry picked from commit 6b30e02)
…pios Allow configuring NFCT pins as GPIOs from devicetree. This setting is part of the UICR. Signed-off-by: Gerard Marull-Paretas <[email protected]> (cherry picked from commit 1213ed4) (cherry picked from commit 8e6fa57)
If the users configures this option in devicetree, ie,
```
&uicr {
nfct-pins-as-gpios;
};
```
CMake will inject the HAL-specific CONFIG_NFCT_PINS_AS_GPIOS definition,
so that the necessary operations are performed during system init.
Signed-off-by: Gerard Marull-Paretas <[email protected]>
(cherry picked from commit e43c2f3)
(cherry picked from commit 0e3c0a4)
…e property Instead of CONFIG_NFCT_PINS_AS_GPIOS (about to be deprecated). Signed-off-by: Gerard Marull-Paretas <[email protected]> (cherry picked from commit dd568d0) (cherry picked from commit 848f5bf)
In favor of the new UICR nfct-pins-as-gpios devicetree property. Signed-off-by: Gerard Marull-Paretas <[email protected]> (cherry picked from commit 0762008) (cherry picked from commit 9332b9b)
…_GPIOS changes So that users know how to migrate to the new option. Signed-off-by: Gerard Marull-Paretas <[email protected]> (cherry picked from commit c0bf310) (cherry picked from commit 008212f)
So that the reset GPIO can be configured as nRESET from devicetree. Signed-off-by: Gerard Marull-Paretas <[email protected]> (cherry picked from commit 55ec77c) (cherry picked from commit 2cc0822)
…eset' So that the HAL's system init function configures the reset GPIO as nRESET if requested by the user. Signed-off-by: Gerard Marull-Paretas <[email protected]> (cherry picked from commit 4d7d5ce) (cherry picked from commit b8209dd)
…set dt property Instead of using the about to be deprecated CONFIG_GPIO_AS_PINRESET option. Signed-off-by: Gerard Marull-Paretas <[email protected]> (cherry picked from commit 012fa5c) (cherry picked from commit 0a37f20)
…et property Instead of the about to be deprecated GPIO_AS_PINRESET. Signed-off-by: Gerard Marull-Paretas <[email protected]> (cherry picked from commit 5d6d6f5) (cherry picked from commit 4b28e8d)
In favor of devicetree property in the UICR node. Signed-off-by: Gerard Marull-Paretas <[email protected]> (cherry picked from commit efb8408) (cherry picked from commit 03d992d)
a6ff472 to
587cc77
Compare
Run CI Gazell tests only when the Zephyr API parts called is changed. Signed-off-by: Bernard Lee <[email protected]>
587cc77 to
972ad64
Compare
Contributor
Author
|
Rebase to current main. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Trim the Gazell change scope. Run Gazell tests only when the Zephyr API called is changed.